Welcome![Sign In][Sign Up]
Location:
Search - PC TO L

Search list

[Game ProgramD3D9Cartoon

Description: 现在市面上流行的3D游戏画面越来越炫目,不过也有一些为了营造一种特殊的效果而使用了卡通渲染技术,比如PC游戏中的《杀手XIII》,《忍者神龟》;PS2游戏中的《真红之泪》,《犬夜叉》等等。这些游戏的画面看上去很像漫画,感觉比较有趣。下面就介绍一种简单的实现方法。 所谓用卡通渲染技术绘制的三维物体一般都有两个明显的特征,一个特征是物体表面覆盖着大块的单调颜色,而且光影变化比较剧烈;另一个特征是物体拥有粗重的边缘效果。如果能自己控制光照和阴影,就可以达到目的。而DirectX 9.0 中的顶点渲染(Vertex Shaders)提供了这样一个途径,使我们可以实现自己的想法。 顶点渲染与以前的T&L在渲染流程中处于二选一的地位,一段代码最多只能有128条指令,而且不能有循环,判断和跳转指令,全是线性执行指令。每次只能有一个Shader程序是激活的,Vertex Shaders让我们可以实时地控制模型的空间变换,光照处理以及像素渲染。 那么现在先来解决第一个问题。我们可以用光线的亮度值作为物体的纹理坐标,这就产生一种带状纹理的效果,然后再调整相应的颜色即可。-now the fashion for 3D games more compelling picture, But there are also some in order to create a special effect and the use of the cartoon rendering technology, PC games such as the "killer XIII," "Turtles"; PS2 game of "truth red tears," "two characters." These games comic picture looks like, I feel more interesting. Now, on a simple method. Using the so-called cartoon rendering of 3D rendering objects normally have two obvious feature a surface characteristics of an object covered with chunks of dull colors, but more dramatic changes in the Universe; Another characteristic is heavy objects have the edge effect. If the ability to control their own light and shadow, we can achieve the aim. DirectX 9.0 vertex Rendering (Vertex Shaders) provide such
Platform: | Size: 662353 | Author: 倪明 | Hits:

[Other resourceGAdownload

Description: 遗传求解求解一元二次方程的解源程序(下载点击GAdownload.c) 说明: 1 popu变量表示群体规模 2 L变量表示染色体的长度 3 pc,pm变量分别代表是交叉概率和变异概率 4 gen是迭代的代数 4 chromosome是一个全局的二维数组,里面存放的是个体的编码 5 程序最后的执行结果输出到了text.txt文本文件中-genetic solving quadratic equation to solve one yuan source solutions (click Download GAdownload.c) states : a 309 variables for population size two variables L said the length of chromosome 3 pc. pm variables were representatives of the cross-probability and the probability of four gen variation of the iterative algebra is chromosome 4 a generic two-dimensional array, stored inside the five individual coding procedures results of the implementation of the final output to a text file text.txt
Platform: | Size: 1378 | Author: 万飞 | Hits:

[Graph programparashell-2.1

Description: Parallel Port Control Made Easy - parashell allows control of a PC parallel port (input and output) with simple command line arguments. The simplicity of these programs make it very easy to use in scripts. Control stepper motors, Relays, LEDs, etc... -Parallel Port Control Made Easy-parashel l allows control of a PC parallel port (input and output) with simple command line arguments. Th e simplicity of these programs make it very easy to use in scripts. Control stepper motors. Relays, LEDs, etc. ...
Platform: | Size: 493713 | Author: liuyangustc | Hits:

[Game ProgramD3D9Cartoon

Description: 现在市面上流行的3D游戏画面越来越炫目,不过也有一些为了营造一种特殊的效果而使用了卡通渲染技术,比如PC游戏中的《杀手XIII》,《忍者神龟》;PS2游戏中的《真红之泪》,《犬夜叉》等等。这些游戏的画面看上去很像漫画,感觉比较有趣。下面就介绍一种简单的实现方法。 所谓用卡通渲染技术绘制的三维物体一般都有两个明显的特征,一个特征是物体表面覆盖着大块的单调颜色,而且光影变化比较剧烈;另一个特征是物体拥有粗重的边缘效果。如果能自己控制光照和阴影,就可以达到目的。而DirectX 9.0 中的顶点渲染(Vertex Shaders)提供了这样一个途径,使我们可以实现自己的想法。 顶点渲染与以前的T&L在渲染流程中处于二选一的地位,一段代码最多只能有128条指令,而且不能有循环,判断和跳转指令,全是线性执行指令。每次只能有一个Shader程序是激活的,Vertex Shaders让我们可以实时地控制模型的空间变换,光照处理以及像素渲染。 那么现在先来解决第一个问题。我们可以用光线的亮度值作为物体的纹理坐标,这就产生一种带状纹理的效果,然后再调整相应的颜色即可。-now the fashion for 3D games more compelling picture, But there are also some in order to create a special effect and the use of the cartoon rendering technology, PC games such as the "killer XIII," "Turtles"; PS2 game of "truth red tears," "two characters." These games comic picture looks like, I feel more interesting. Now, on a simple method. Using the so-called cartoon rendering of 3D rendering objects normally have two obvious feature a surface characteristics of an object covered with chunks of dull colors, but more dramatic changes in the Universe; Another characteristic is heavy objects have the edge effect. If the ability to control their own light and shadow, we can achieve the aim. DirectX 9.0 vertex Rendering (Vertex Shaders) provide such
Platform: | Size: 662528 | Author: 倪明 | Hits:

[AI-NN-PRGAdownload

Description: 遗传求解求解一元二次方程的解源程序(下载点击GAdownload.c) 说明: 1 popu变量表示群体规模 2 L变量表示染色体的长度 3 pc,pm变量分别代表是交叉概率和变异概率 4 gen是迭代的代数 4 chromosome是一个全局的二维数组,里面存放的是个体的编码 5 程序最后的执行结果输出到了text.txt文本文件中-genetic solving quadratic equation to solve one yuan source solutions (click Download GAdownload.c) states : a 309 variables for population size two variables L said the length of chromosome 3 pc. pm variables were representatives of the cross-probability and the probability of four gen variation of the iterative algebra is chromosome 4 a generic two-dimensional array, stored inside the five individual coding procedures results of the implementation of the final output to a text file text.txt
Platform: | Size: 1024 | Author: 万飞 | Hits:

[Graph programparashell-2.1

Description: Parallel Port Control Made Easy - parashell allows control of a PC parallel port (input and output) with simple command line arguments. The simplicity of these programs make it very easy to use in scripts. Control stepper motors, Relays, LEDs, etc... -Parallel Port Control Made Easy-parashel l allows control of a PC parallel port (input and output) with simple command line arguments. Th e simplicity of these programs make it very easy to use in scripts. Control stepper motors. Relays, LEDs, etc. ...
Platform: | Size: 493568 | Author: liuyangustc | Hits:

[SCMcnstl501

Description: 介绍了一个以单片机DS80C320为控制器的点阵LED显示屏控制系统。该系统采用RS-232/RS-485通信标准,通过DS80C320的串行接口接收PC机的控制命令及显示数据,经处理后控制LED显示屏的扫描显示。该系统采用了一种新型的大容量闪速存储器29F040作为数据存储器。本文中给出了该控制系统的软硬件设计要点。-introduced a microcontroller DS80C320 controller for the lattice LED display control system. The system uses RS-232/RS-485 communications standards, DS80C320 through the serial interface of the PC to receive control commands and display the data, After treatment, control LED scanning revealed. The system uses a new type of large-capacity flash memory 29 F040 as a data memory. This paper has given the control system hardware and software design features.
Platform: | Size: 263168 | Author: 周卫成 | Hits:

[SCMMatlab_pc_serial

Description: 结合单片机和M a t l a b 两者的优点,基于事件驱动的中断通信机制,提出一种Matlab 环境下PC 机与 单片机实时串行通信及数据处理的方法;完成单片机数据采集系统与PC 机的RS-232/RS-485 串行通 信及其通信数据的分析处理、文件存储、F I R 滤波及图形显示;简化系统开发流程,提高开发效率。 该方法已成功应用于一个P I C 1 6 F 8 7 6 单片机应用系统实例之中-Combination of single-chip and M atlab strong points of both, based on event-driven interruption of communication mechanism, a Matlab environment PC and MCU in real-time serial communication and data processing methods complete single-chip data acquisition system with PC-RS-232/RS-485 serial communication and analysis of communication data processing, file storage, FIR filtering and graphical display simplify the system development flow, improve development efficiency. The method has been successfully applied to a PIC 1 6 F 8 7 6 examples of single-chip microcomputer application systems
Platform: | Size: 151552 | Author: pengrong | Hits:

[OpenGL programcoding_3ds

Description: 研究在普通的PC机下开发高质量的视景仿真系统。在Window X P系统下 , 以Vi s u a l C ++为开发平台, 利用 O p e n GL和 3 D S MA X, 运用面向对象编程的思想, 采用 Wi n 3 2 Ap p l i c a t i o n的编程方法。首先介绍了 Op e n G L及如何利 用 它生成地面和天空 。采用 Op e n GL函数进行摄像漫游和调入 由 3 DS MAX绘 制的 3 DS模型 , 较好 地解决了用 Op e n GL 绘 制复杂图形的困难性 。-Research in the ordinary PC-developed high-quality visual simulation system. In Window XP system, to Vi sual C++ For the development platform, using O pen GL and 3 DS MA X, use the idea of object-oriented programming, using Wi n 3 2 Ap plication programming method. First introduced Op en GL and how to use it to generate the ground and the sky. Op en GL function used for roaming camera and transferred to 3 DS MAX rendering from the 3 DS model, solved using Op en GL rendering complex graphics difficulty.
Platform: | Size: 151552 | Author: 何阿瑟 | Hits:

[DSP programuart

Description: 基于DSP硬件的串口程序,能够实现与PC 机之间的通信 接收 发送 和键值发送功能,很牛的-DSP-based hardware serial procedures, can be achieved with the communication between PC to send and receive keys send function, it is cattle
Platform: | Size: 58368 | Author: CC | Hits:

[Internet-Networkrtsp_server_c

Description: 综合rtsp、rtp/rtcp的源码,完全按照RFC2326编写规则,很容易懂,里面我都有注释过的,可以在arm和pc上跑-Comprehensive rtsp, rtp/rtcp source, in full accordance with the rules of RFC2326 prepared, it is easy to understand, which I have had the Notes, you can arm and run pc
Platform: | Size: 540672 | Author: 安煜 | Hits:

[Delphi/CppBuilderWinIo

Description: PC 端口控制,方便编程,如LPT读写等。-PC port control, to facilitate programming, such as reading and writing, such as LPT.
Platform: | Size: 189440 | Author: zff | Hits:

[SCMPCtoLCD2002

Description: LCD zimo液晶字模程序,很好用啦.PC TO LCD,PC TO LCD,PC TO LCD,-LCD zimoLCD zimo,PC TO LCD,PC TO LCD,PC TO LCD,PC TO LCD,PC TO LCD,
Platform: | Size: 843776 | Author: vipth | Hits:

[Oraclemain

Description: 采用64ORACLE连接库,将数据同步到当前的SQLITE3的内存表中. 环境为AIX5.3 ORCALE10 SQLITE# 编译命令为 proc code=cpp lines=yes userid=brjlkk/brjlkk@brjlkk SQLCHECK=full include=/usr/vacpp/include include=../../header include=../../header/commonhandle iname=main.pc oname=main.cpp xlC -c -g -I../../header -I/u01/app/oracle/product/10.2.0/precomp/public -I/u01/app/oracle/product/10.2.0/rdbms/demo -I/u01/app/oracle/product/10.2.0/rdbms/public main.cpp xlC -g main.o -L/u01/app/oracle/product/10.2.0/lib32 -lpthread -lclntsh -ldl -lm -lnsl -lsqlite3 -o synmain -Link Library 64ORACLE used to synchronize data to the current memory SQLITE3 table. Environment AIX5.3 ORCALE10 SQLITE# compiler command for the proc code = cpp lines = yes userid = brjlkk/brjlkk @ brjlkk SQLCHECK = full include =/usr/vacpp/include include =../../ header include =../../ header/commonhandle iname = main.pc oname = main.cpp xlC-c-g-I../../header-I/u01/app/oracle/product/10.2.0/precomp/public-I/u01/app/oracle/product/10.2.0/rdbms/demo-I/u01/app/oracle/product/10.2.0/rdbms/public main.cpp xlC-g main.o-L/u01/app/oracle/product/10.2.0/lib32-lpthread-lclntsh-ldl-lm-lnsl-lsqlite3-o synmain
Platform: | Size: 3072 | Author: chenhaijie | Hits:

[Otherccna6th

Description: ccna 第六版 中文考试应用丛书本书是CCNA应试必要的学习指南,由Cisco技术知名权威编写。CCNA考试的内容已几度变化,本书 是针对最新的考试目标而编写的,旨在帮助应试者全面复习、掌握新的考试内容。仝书共ll章,内容涉及网 际互联、瓦联网协议、IP子网划分和变长子网掩码(VI sM)、GscoIOS简介、IP路由、增强的“ RP(EIGRP)和 开放最短路径优先(OSPF)、第2层交换、虚拟LAN、安全、管理Cisco互联网络、网络地址转换、无线网络技 术、IPv6和l广域网。除了讲解应掌握的内容外,几乎每章都有复习题、书写练习和实际操作实验,并附有答 案。书前有一套评估考题和答案,选配的光盘上有新CCNA考试(640802)的大量准各工具和资料。为了有 助于应试者准备Cisco模拟考试,光盘上包含各章的复习题和模拟考试题。最后还有PC机、便携机和Pdm 手持机的电子闪存杼以及本书的电子版。相信通过本书的学习,应试者定能顺利地通过这-考试。-Welcome to the exciting world of Cisco certification! You have picked up this book because you want something better—namely, a better job with more satisfaction. Rest assured that you have made a good decision. Cisco certification can help you get your first networking job or more money and a promotion if you are already in the field. Cisco certification can also improve your understanding of the internetworking of more than just Cisco products: You will develop a complete understanding of networking and how different network topologies work together to form a network. This is beneficial to every networking job and is the reason Cisco certification is in such high demand, even at companies with few Cisco devices. Cisco is the king of routing, switching, and security, the Microsoft of the internetworking world. The Cisco certifications reach beyond the popular certifications, such as the MCSE, to provide you with an indispensable factor in understanding today’s network—insigh
Platform: | Size: 56291328 | Author: 马宏哲 | Hits:

[SCMdianpinjiyupcchuankoudianliangbageled

Description: 上位机通信界面送字符R,单片机接收字符,自右向左循环点亮8个LED灯,上位机送L字符,单片机接收字符,自左向右循环点亮8个LED灯。-PC communication interface to send the character R, MCU receives the character, from right to left circular light 8 LED lights, the PC sent to L characters, MCU receives the character, from left to right circular light 8 LED lights.
Platform: | Size: 1024 | Author: du7wky6es | Hits:

[Audio programusbcamara-2012-07-05

Description: 我们在luvcview这个项目的基础上进行了修改,使之能够在s3c6410平台上运行,采用了6410特有的硬件空间色彩转换和图像缩放功能,也就是 post processor功能。 3 另外需要说一下我们修改后的luvcview可以运行在PC Linux平台和s3c6410平台,源码里面有两个makefile文件,一个针对嵌入式版本一个针对PC Linux版本, 嵌入式版本里面分硬件实现YUV to RGB和软件实现 YUV to RGB ,缺省配置是硬件实现YUV to RGB 及图像的缩放。 4 使用方法: 把 luvcview拷贝到 /mnt目录下面,执行 ./luvcview -d /dev/video2 -f jpg -s 800x600 在LCD屏幕上即可看到采集到的图像。 -d 指定摄像头的设备节点 -f 指定摄像头传给系统的数据格式,-jpg代表为 mjpeg 码流,另外还有 -yuv 这样传给系统的数据yuv422格式的码流。 -s 指定摄像头采集的分辨率为 800x600 如何查看您的摄像头支持的分辨率呢? ./luvcview -d /dev/video2 -L -We were modified on the basis of luvcview on this project, so that it can run on s3c6410 platform, using the 6410 unique hardware color space conversion and image scaling, that is, post processor function. 3 In addition we need to talk about luvcview modified to run on PC Linux platform and s3c6410 platform, there are two makefile source files, one for a PC Linux versions, an embedded version of which points for the hardware and the embedded version of YUV to RGB software YUV to RGB, the default configuration is implemented in hardware YUV to RGB and image scaling. 4 Usage: luvcview copied to the/mnt directory, ./luvcview-d/dev/video2-f jpg-s 800x600 on the LCD screen to see the images collected.-d Specifies the camera device nodes-f specified camera system to pass data format,-jpg representatives mjpeg stream, in addition to-yuv pass this data stream system yuv422 format.-s Specifies the camera capture resolution of 800x600 how to view your camera with a resolution of it? ./luvcview
Platform: | Size: 5756928 | Author: aaa | Hits:

[OtherNkbintools

Description: Always frustrated to manually perform these 3 steps Quote: 1) viewbin.exe nk.bin => write down START and LENGTH 2) cvrtbin -r -a START -w 32 -l LENGTH nk.bin 3) dumprom.exe -d dump -v -5 nk.nb0 needed to dump a NK.BIN? You can get helped by using CREATEDUMP.BAT instead, a one-click-solution. Supposed you already have folder 'Nkbintools' at your desktop PC, you simply put CREATEDUMP.BAT in folder 'Nkbintools', also copy the NK.BIN file to be dumped into folder 'Nkbintools' and run CREATEDUMP.BAT.
Platform: | Size: 133120 | Author: alessondanilo | Hits:

[Windows DevelopVBNET_FX3U_ENET_L_CommOK

Description: VB.net与三菱以太网模块FX3U-ENET-L通信相关设置及源码,方便做上位机开发工控软件的朋友们(VB.net and MITSUBISHI Ethernet module FX3U-ENET-L communication related settings and source code, easy to do PC development of industrial control software friends)
Platform: | Size: 331776 | Author: johnsonxjq | Hits:

CodeBus www.codebus.net